Skip to content

fix: remove merge-artifact lines in market_id_generator.rs breaking CI#765

Merged
greatest0fallt1me merged 2 commits into
Predictify-org:masterfrom
muffti123:fix/ci-market-id-generator-v2
Jun 29, 2026
Merged

fix: remove merge-artifact lines in market_id_generator.rs breaking CI#765
greatest0fallt1me merged 2 commits into
Predictify-org:masterfrom
muffti123:fix/ci-market-id-generator-v2

Conversation

@muffti123

Copy link
Copy Markdown
Contributor

Closes #648

Summary

Removes two dangling lines left behind from a merge conflict auto-resolved with -X theirs (origin/master commit 9f935b1).

Root Cause

In market_id_generator.rs:387-388, orphan code fragments remained after a doc-comment example. These lines had no matching opening brace, causing rustc to report impl MarketIdGenerator as unclosed and failing every CI run.

Change

Removes the two orphan lines and one trailing blank line before the impl block closing brace.

Impact

Fixes the cargo build step in the Soroban Smart Contracts CI workflow.

Two dangling lines left behind by an auto-resolved merge conflict
(-X theirs) caused an unclosed impl MarketIdGenerator block:

    .extend_ttl(&key, env.storage().max_ttl(), env.storage().max_ttl());
    }

These lines had no matching opening brace and were placed after
a doc-comment example, making the file uncompilable. Removal
restores the correct brace balance.

Also removes one extra blank line before the impl block closing
brace for consistency.
@greatest0fallt1me greatest0fallt1me merged commit c97309f into Predictify-org:master Jun 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants